public string VallidateAlert(IAlerts Alert, int AlertID, int tenantID)
 {
     _Alerts = Alert;
     return(_Alerts.ValidateAlert(AlertID, tenantID));
 }