public List <AuthenticateModel> GetAllUsers()
 {
     return(_userDb.GetAllUsers());
 }