public string GetDevice(string userId, string homeId, string deviceId, string roomId) { JsonData jd = BLService.GetDevice(int.Parse(userId), int.Parse(homeId), int.Parse(deviceId), int.Parse(roomId)); return(js.Serialize(jd)); }