public UserType Get(int id)
 {
     try {
         return(rep.GetSingle(id));
     }
     catch (Exception) {
         return(null);
     }
 }