public UserManager()
 {
     context  = TypesContainer.GetContext();
     userRepo = TypesContainer.GetRepository <User>();
 }
 public VehicleManager()
 {
     context = TypesContainer.GetContext();
     repo    = TypesContainer.GetRepository <Vehicle>();
 }