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

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