public IEnumerable <AlarmModel> Get()
 {
     return(objAlarm.GetAllAlarms());
 }