public static function pesquisar(Request $req) { return Marca::PesquisarPorNome($req->get('nome')); }