public async Task <IActionResult> GetDiaryToApprove()
 {
     return(Ok(await _diaryService.GetDiaryToApprove()));
 }