public ActionResult Insert(IncidentActionCost incidentActionCost, int userId)
 {
     return(incidentActionCost.Insert(userId));
 }