public string DelRoom(int roomID) { return(JsonConvert.SerializeObject(roomLogic.DelRoom(roomID))); }