public string[] getLcodetails(string username, string LcoName, string type, string operid, string catid)
        {
            Cls_Data_TransHwayLcoPayment obj = new Cls_Data_TransHwayLcoPayment();

            return(obj.GetLcoDetails(username, LcoName, type, operid, catid));
        }