protected function getDropDownArray()
 {
     return Project::getStatusDropDownArray();
 }
 /**
  * @return array
  */
 protected static function resolveDropDownArray()
 {
     return Project::getStatusDropDownArray();
 }
 public function getDropDownArray()
 {
     return Project::getStatusDropDownArray();
 }