function makeOptionList($stationId)
{
    return '<select name="stationId">' . '<option value=-1>Select One' . Station::getAllCTSAsHTMLOptions($stationId) . '</select>';
}