public IEnumerable <CategoryNotification> GetAll()
 {
     return(_CategoryNotificationRepository.GetAll());
 }
 /// <summary>
 /// Return all category notifications
 /// </summary>
 /// <returns></returns>
 public IList <CategoryNotification> GetAll()
 {
     return(_categoryNotificationRepository.GetAll());
 }