private string GetReqForUser(string userType)
 {
     PremiumUsers_Soap.Service1Client client = new PremiumUsers_Soap.Service1Client();
     return client.GetReqForUserType(userType);
 }