public void DeleteBlogSpace(string username, int blogId)
 {
     _blogDomain.DelteBlogSpace(username, blogId);
 }