protected function getDropDownArray()
 {
     return Task::getStatusDropDownArray();
 }
 /**
  * Get random task status options
  * @return array
  */
 protected static function getTaskStatusOptions()
 {
     $data = Task::getStatusDropDownArray();
     return array_keys($data);
 }
 public function getDropDownArray()
 {
     return Task::getStatusDropDownArray();
 }
 /**
  * @return array
  */
 protected static function resolveDropDownArray()
 {
     return Task::getStatusDropDownArray();
 }