public static PeyoutMasterCollection GetAllByUser_ID(int User_ID)
        {
            PeyoutMasterCollection obj = new PeyoutMasterCollection();

            obj.MapObjects(new PeyoutMasterDataService().PeyoutMaster_GetByUser_ID(User_ID));
            return(obj);
        }
        public static PeyoutMasterCollection GetAll()
        {
            PeyoutMasterCollection obj = new PeyoutMasterCollection();

            obj.MapObjects(new PeyoutMasterDataService().PeyoutMaster_GetAll());
            return(obj);
        }