public bool ResizeFactory(int width, int height) { try { return(factoryService.resizeFactory(sessionID, width, height)); } catch (EndpointNotFoundException) { ClientServerEvent(this, new ClientServerEventArgs()); } catch (FaultException) { ClientServerEvent(this, new ClientServerEventArgs("Fehler auf Server")); } return(false); }