//增加回复
 public static int addbcb(Back_Comment_Back bcb)
 {
     return(Back_Comment_BackDal.addbcb(bcb));
 }