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