public static bool LLStudentUpdate(EntityStudent ent) { if (ent.StudentName != "" && ent.StudentLastName != "" && ent.Password != "" && ent.Repassword != "") { return(DALStudent.StudentUpdate(ent)); } else { return(false); } }