public JsonResult GetProductionByControlId(long Id)
 => new JsonResult(_mapper.Map <ControlDto>(
                       _repository.GetProductionByControlId(Id)
                       ));