public DataTable DtgrMDEmpresa() { DataTable tabela = new DataTable(); EmpresaDAL empDAL = new EmpresaDAL(this.Conexao); tabela = empDAL.DtgrMDEmpresa(); return(tabela); }