/**
  * Get all fields types
  * @return array
  */
 public function getAllFields()
 {
     $Object = new Field();
     $result = $Object->getAllFields();
     return $result;
 }