protected override Task <int> AddAsync(ModuleViewModel model)
 {
     return(moduleService.AddOrUpdateModule(model));
 }