public User GetUserById(int id) { try { return(UserFunctions.GetUserById(id)); } catch (Exception ex) { throw ex; } }