/**
  * get all working types
  * @return array
  */
 public function getWorkingList()
 {
     $Object = new Field();
     $result = $Object->getWorkingWith();
     return $result;
 }