static SearchController() { jobData = JobData.GetInstance(); }
static JobController() { jobData = JobData.GetInstance(); }
static JobController() { //why this - to make sure that a new JobData class is being generated if the instance doesn't exist? jobData = JobData.GetInstance(); }