public void Delete(UserNotification userNotification)
 {
     _userNotificationRepository.Delete(userNotification);
     _unitOfWork.Commit();
 }