public static int GetAllStudentsCount() { StudentDAL obj = new StudentDAL(); return obj.GetAllStudentsCount(); }