private async void CreateReport(ReportBindingModel model)
 {
     await(Task.Run(() => logic.SaveBlogCommentsToPdf(model)));
 }