public EmployeeController()
 {
     _context = new AppLabDbs();
 }
 public MarketingController()
 {
     _context1 = new AppLabDbs();
 }