public DataTable localizarTodo() { DAL.Cliente c = new DAL.Cliente(); DataTable table; return(table = c.localizarTdo()); }