public EntregaController(IEntregaCommand entregaCommand)
 {
     _entregaCommand = entregaCommand;
 }