public void DeleteComanda(int comandaId)
 {
     comandaService.Delete(comandaId);
 }