public List <Student> GetAllStudentResult() { try { StudentGetway studentGetway = new StudentGetway(); return(studentGetway.GetAllStudentResult()); } catch (Exception) { throw; } }