public ActionResult Delete(long incidentId, int userId, int companyId)
 {
     return(IncidentActionCost.Delete(incidentId, userId, companyId));
 }