public function getRol()
 {
     return Rol::where('nombre', 'CLIENTE')->first();
 }
 private function getRol($rol)
 {
     return Rol::where('nombre', $rol)->first();
 }
 private function getRol()
 {
     return Rol::where('nombre', 'CENTRAL_EMPRESA')->first();
 }