//public List<Common> GetAllVat() //{ // return commonGateway.GetAllVat(); //} public List <Common> GetAllItem() { return(commonGateway.GetAllItem()); }