// todo this method will return All users
 public List <Sp_GetAllUsers_Result> GetAllUsers()
 {
     return(dal.GetAllUsers());
 }