public async Task <IActionResult> GetAllAsync()
 {
     return(Ok(await _manager.GetAllAsync()));
 }