public int Delete(double obj) { int rtcode = somefunction(obj); int DeleteMrr = _deleteObject.DeleteFunction(rtcode); return(0); }