public TrackingRepository(TrackerContext context)
 {
     db = context;
 }
 public ProjectRepository(TrackerContext context)
 {
     db = context;
 }