public AlarmManager() { _obj = this; Alarms = new List <Alarm>(); AlarmEvents = new List <AlarmEvent>(); }