public int GetUserCount()
 {
     return(_userDAL.GetUserCount());
 }