public string RequestAnswerFromClient(string question)
 {
     return(Customer.AnswerQuestion(question));
 }