public function deleteClient($id, $redirectTo)
 {
     $this->db->deleteClient($id);
     return new RedirectResponse($redirectTo, 302);
 }