public ActionResult AddClientForm(Client client)
 {
     dbWrapper.AddClient(client);
     return(RedirectToAction("ClientMenu"));
 }