public MBlogPost GetBySlug(string slug)
 {
     return(_service.GetBySlug(slug));
 }