/**
  * Get Lists of items.
  * @param  String $value Column from database table.
  * @param  String $key   Column from database table
  * @return Collection        Collection Of Items.
  */
 public function lists($value, $key = '')
 {
     return \App\DeviceStatus::lists($value, $key);
 }