public void DeleteBlogTag(BlogTag blogtag)
 {
     _blogtagRepository.Remove(blogtag);
     _uow.Commit();
 }