public HttpResponseMessage GetParList(string CompanyId)
 {
     return(new HttpResponseMessage {
         Content = new StringContent(posBll.GetParList(CompanyId), Encoding.GetEncoding("UTF-8"), "text/json")
     });
 }