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