//
        // GET: /Customer/

        public ActionResult Index()
        {
            Session["SearchCustType"] = 0;

            var customer = objSourceMastersModel.GetCoustomer();

            return(View(customer));
        }