public function getControllersPath($component = null, $trailingSlash = true)
    {
        $component = empty($component) ? $this->getComponentName(true) : strtolower($component);

        $path = $this->getComponentsPath().$component.DIRECTORY_SEPARATOR.'controllers';