public SituationsController()
 {
     if (_repo == null)
     {
         _repo = new RepoSituations();
     }
 }