public IEnumerable <Blog> GetByName(string name)
 {
     return(_blogRepo.GetByName(name));
 }