public async Task <bool> DeleteUser(int id)
 {
     return(await _dataEvent.DeleteUser(id));
 }