public static List <StudentBuss> GetAllStudentByName(string name) { try { return(StudentDAL.GetAllStudentBuss(name)); } catch (Exception) { throw; } }