public List <TipoTributo> ListarTipoTributo() { TipoTributoBl tt = new TipoTributoBl(); return(tt.ListarTipoTributo()); }