public ActionResult RemoveProgramProducer(long programProducerId) { CRCDataAccess.RemoveProgramProducer(programProducerId); return(Empty()); }