public SkillsController()
 {
     bl = new SkillTrackerBL();
 }
 public AssociatesController()
 {
     bl = new SkillTrackerBL();
 }