public IncidentModel Get(int Id)
 {
     return(_incidentManager.GetIncidentById(new IncidentId()
     {
         Value = Id
     }));
 }