/// <summary>
 /// Update is Read on Notification Read
 // / </summary>
 public int ReadNotification(IStoreNotification Notification, int TenantID, int UserID, int NotificatonTypeID, int NotificatonType)
 {
     _Notification = Notification;
     return(_Notification.ReadNotification(TenantID, UserID, NotificatonTypeID, NotificatonType));
 }