public void removeBlogEntry(int bld)
 {
     blogEntryRepository.removeOneBlogEntry(bld);
 }