public bool UpdateInformation(Model.Student st)
 {
     return(Stu.UpdateInformation(st));
 }