public User GetUser(string id) { try { return(IDalService.GetUser(id)); } catch (Exception ex) { throw ex; } }