public List <BlogSpace> GetAllBlogSpaces(string username)
 {
     return(_blogDomain.GetAllBlogSpaces(username));
 }