public BaseResponse <ImportantJob> Edit(ImportantJob model)
 {
     return(calendarService.EditImportantJob(model));
 }
 public BaseResponse <ImportantJob> Add(ImportantJob model)
 {
     return(calendarService.AddImportantJob(model));
 }