public IActionResult Get()
 {
     return(Ok(_avatarRepo.GetAll()));
 }