public ChoferController(ApplicationUserManager userManager)
 {
     _choferBusinessLogic = new ChoferBusinessLogic();
     UserManager          = userManager;
 }
 public ChoferController()
 {
     _choferBusinessLogic = new ChoferBusinessLogic();
 }