public TarifasLogic()
 {
     this._uow         = new UnitOfWork();
     this._tarifasData = new TarifasData(_uow);
 }