public function getAll()
 {
     return \Response::json(array('datos' => Marca::orderBy('ad_marca.nombre_marca')->get()));
 }