public function getCsettings()
 {
     return $this->hasMany(Csetting::className(), ['checklists_id' => 'checklists_id']);
 }