public int Edit(Tblcomments comment) { return(db.UpdateComment(comment)); }
public int Create(Tblcomments comment) { return(db.AddComment(comment)); }