public void DeleteCompanyWish(int id) { if (socketService == null) { socketService = new SocketService(); } socketService.DeleteCompanyWish(id); }