public TraineesController(TraineesContext context)
 {
     _context = context;
 }
 public TraineesController(TraineesContext trainseesContext)
 {
     _context = trainseesContext;
 }