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