/*Delete Disease Type*/ public DataTable DeleteStateBAL(string SateCode, string StateName, string DELETE, string ConnKey) { return(objDist.DeleteStateDAL(SateCode, StateName, DELETE, ConnKey)); }