public string GetOneCommentApproved(string comId) { try { commentDB.Approve(comId); } catch { return("Error!"); } return("Success!"); }