public void OnCheckedChanged(CompoundButton buttonView, bool isChecked)
        {
            //buttonView.Id;
            int index = myPosition [buttonView.Id];

            //if (index == 0)index++;
            DAO.updateSettings(index, isChecked);
            //throw new NotImplementedException ();
        }