/// <summary>
 /// Dismisses the dialog box.
 /// </summary>
 public void Close()
 {
     ModalDialog.Hide();
 }
        /// <summary>
        /// Displays the add/edit service dialog box.
        /// </summary>
        public void Show()
        {
            DataBind();

            ModalDialog.Show();
        }