public function setAbbreviation($abbreviation)
 {
     $this->abbreviation = ModelValidation::getValidAbbreviation($abbreviation);
 }