public MaterialTextController(IMaterialTextManager _db, ICourseMaterialManger cmm, IWebHostEnvironment hostingEnvironment)
 {
     this.db = _db;
     this.hostingEnvironment = hostingEnvironment;
     CourseMaterialManager   = cmm;
 }
 // IUserProjectManager UserProjectManager;
 public CourseMaterialController(ICourseMaterialManger _CMM, IWebHostEnvironment hostingEnvironment)
 {
     CourseMaterialManager   = _CMM;
     this.hostingEnvironment = hostingEnvironment;
     //UserProjectManager = _userProjManag;
 }