When I want to check if I find myself in the last row, I get an error
if (dgvClasificacion.CurrentRow.Index == dgvClasificacion.Rows.Count - 1)
{
dgvClasificacion.Rows.Add();
}
Reference to object not established as instance of the object in the line of the if