public int CreateBlog(BlogModel model)
 {
     return(_blogrepo.AddEditBlog(model));
 }