public void CreateNewDetaliuComanda(DetaliuComandaDto detaliuComandaDto)
 {
     detaliuComandaService.CreateNew(detaliuComandaDto);
 }
 public void UpdateDetaliuComanda(DetaliuComandaDto detaliuComandaDto)
 {
     detaliuComandaService.Update(detaliuComandaDto);
 }