public DataTable buscarEmpresa(String id) { datagrid = contacto.buscarEmpresa(Convert.ToInt32(id)); return(datagrid); }