public string DeleteFeeHeadDescription(FeeHeadDescription FHD) { DALFee dal = new DALFee(ConStr); return(dal.DeleteFeeHeadDescription(FHD)); }