/**
  * Returns the table name of the variable model. You can override this 
  * method in order to provide a custom table name.
  * 
  * @return string
  */
 protected function getTableName()
 {
     return Variable::tableName();
 }