public static IBGCScheduleBO createBGCScheduleBO(int bgc_test_id, DateTime from_date, DateTime to_date, string location, int administrator_id)
        {
            IBGCScheduleBO objbgcschedulebo = new BGC_ScheduleBO(bgc_test_id, from_date, to_date, location, administrator_id);

            return(objbgcschedulebo);
        }
        public static IBGCScheduleBO createBGCScheduleBO()
        {
            IBGCScheduleBO objbgcschedulebo = new BGC_ScheduleBO();

            return(objbgcschedulebo);
        }