public DataTable CustomerSelectSearch(SqlInt32 CustomerID, SqlString MobileNo, SqlInt32 ProductID)
        {
            CustomerDAL dalCustomer = new CustomerDAL();

            return(dalCustomer.CustomerSelectSearch(CustomerID, MobileNo, ProductID));
        }