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