public List <tbl_users> GetAllUsers() { try { return(userContext.GetUserList()); } catch (Exception ex) { throw ex; } }