public int CountCommentsByActor(int actorId)
 {
     return(BusinessLogicLayer.CountCommentsByActor(actorId));
 }