public string DeleteFeeHead(string FeeID) { DALFee dal = new DALFee(ConStr); return(dal.DeleteFeeHead(FeeID)); }