public BenhNhanNguyCoCaoController(IErrorService errorService, IBenhNhanNguyCoCaoService _benhNhanNguyCoCaoService) : base(errorService)
 {
     this.benhNhanNguyCoCaoService = _benhNhanNguyCoCaoService;
 }
 public BenhNhanNguyCoCaoController(IErrorService errorService, IBenhNhanNguyCoCaoService _benhNhanNguyCoCaoService, ApplicationUserManager _userManager) : base(errorService)
 {
     this.benhNhanNguyCoCaoService = _benhNhanNguyCoCaoService;
     this.userManager = _userManager;
 }