public Student GetSudentById(int id)
 {
     return(dbCtrl.GetStudentById(id));
 }