public AdminController(IBrukerBLL stub) { _brukerBLL = stub; }
public AdminController() { _brukerBLL = new BrukerBLL(); }