public int Delete(string ID) { return(dal.Delete(ID)); }
public bool Delete(string mahd) { return(dal.Delete(mahd)); }