public DataTable StudentInfoSearchSname(Model.Student st)
 {
     return(Stu.StudentInfoSearchSname(st));
 }