public async Task <IActionResult> GetWorkContent()
 {
     return(Ok(await _mainPage.GetWorkContent()));
 }