public LoginController()
 {
     service = new ClientWebServiceImpl();
 }
 public ClientController()
 {
     client = new ClientWebServiceImpl();
 }