public IHttpActionResult GetAll()
 {
     return(Json(productionService.GetAll()));
 }