public IActionResult Getprovince()
        {
            var list = _bll.Getprovince();

            return(Ok(new { data = list }));
        }