public string AddQuestion(FAQ quest) { JavaScriptSerializer j = new JavaScriptSerializer(); return(j.Serialize(quest.AddQuestion().ToString())); }