public List <StudentViewModel> GetStudentInformationById(int id)
 {
     return(studentResultGateway.GetStudentInformationById(id));
 }