public user[] Get()
 {
     return(Userrepo.GetAllUsers());
 }