public AlarmModel Get(string id)
 {
     return(objAlarm.GetAlarmData(id));
 }