/**
  * Check if a component is registered.
  *
  * @param $name
  * @return bool 
  * @static 
  */
 public static function hasComponent($name)
 {
     //Method inherited from \Collective\Html\FormBuilder
     return \App\Services\Macros\Macros::hasComponent($name);
 }