public async Task <MessageReport> AddDiary([FromBody] WM_DiaryMobile model)
 {
     return(await _ScheduleService.AddDiary(model));
 }