public Alert GetAlert(int alertId) { InitNonExistingRepo(); Alert alert = repo.ReadAlert(alertId); return(alert); }