public async Task <ICollection <UserModel> > GetAllUsers()
 {
     return(await _dataEvent.GetAllUser());
 }