public IQueryable <Comment> GetAll()
 {
     return((IQueryable <Comment>)link.Comment_GetALL());
 }