public User GetUserInfo(Login ln)
 {
     return(regRepo.GetUser(ln));
 }