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