private bool ValidarExiste(string aux) { if (EstudiantesBLL.GetListaNombres(aux).Count() > 0) { MessageBox.Show("Este Nombre ya existe, favor intentar con otra Nombre ..."); return(false); } return(true); }