public GroupGeneralPaymentDto GetGroupGeneralPaymentById(long accountMasterId)
        {
            GroupGeneralPaymentDal objDal = new GroupGeneralPaymentDal();

            return(objDal.GetGroupGeneralPaymentById(accountMasterId));
        }