/**
  * Returns the path where the Admin Views can be found.
  *
  * @return string
  */
 protected function admin_views_path()
 {
     return WC_Aelia_CS_Subscriptions_Plugin::plugin_path() . '/views/admin';
 }