public ICollection <Notification> GetAllNotificationSystem(Guid id) { return(_notificationBLL.GetAllNotificationSystem(id)); }