protected void SetGastoPrincipalAction(InputInvoiceInfo item)
 {
     _entity.SetGasto(item);
     _entity.UpdateGastosPartidas(true);
 }