public void DeleteComment(Recipe4.Comment comment)
 {
     base.Channel.DeleteComment(comment);
 }
 public Recipe4.Comment SubmitComment(Recipe4.Comment comment)
 {
     return(base.Channel.SubmitComment(comment));
 }