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