public IReadOnlyCollection <JhiAlert> GetAlerts()
 {
     return(Alerts.AsReadOnly());
 }