/**
  * Get the Intermediate table
  * @param 
  */
 protected function getIntermediate()
 {
     $args = func_get_args();
     //
     $args = Table::sort($args);
     return $args[0] . '_' . $args[1];
 }