public static List <Student> GetallStudent() { List <Student> listStu = StudentServices.GetAllStudent(); return(listStu); }