public IActionResult Privacy()
 {
     return(View(_service.GetAll()));
 }