public bool EditComment(int mainType, long id, string content) { return(dal.EditComment(mainType, id, content)); }