public ActionResult Index()
 {
     return(View(_strBL.GetCustomers().Select(customer => _mapper.cast2CustomerIndexVM(customer)).ToList()));
 }