public int DeleteData(string ID)
 {
     return(dal.DeleteData(ID));
 }