Client clt = new Client("username",ep,clientservice,client,0);
clients.Add(clt);
Client cl=(Client)clients[n];
cl.Degree =clt.Degree + 1;